Skip to content

Commit

Permalink
remove resize-related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Oct 23, 2016
1 parent 6d18077 commit 9ad6d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
4 changes: 2 additions & 2 deletions dist/Gallium.framework/Versions/A/Gallium
Git LFS file not shown
3 changes: 1 addition & 2 deletions dist/include/gallium/cocoa.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ GALLIUM_EXPORT void NSMenuItem_SetSubmenu(
gallium_nsmenu_t* submenu);

GALLIUM_EXPORT void NSStatusBar_AddItem(
gallium_nsimage_t* image,
gallium_nsimage_t* image,
float width,
bool highlightMode,
gallium_nsmenu_t* menu);


GALLIUM_EXPORT gallium_nsusernotification_t* NSUserNotification_New(
const char* title,
const char* subtitle,
Expand Down
20 changes: 0 additions & 20 deletions dist/include/gallium/gallium.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,6 @@ GALLIUM_EXPORT gallium_window_t* GalliumOpenWindow(const char* url,
bool minButton,
bool fullScreenButton);


// GalliumWindowGetWidth gets the width of a window
GALLIUM_EXPORT int GalliumWindowGetWidth(gallium_window_t* window);

// GalliumWindowGetWidth gets the width of a window
GALLIUM_EXPORT int GalliumWindowGetHeight(gallium_window_t* window);

// GalliumWindowGetWidth gets the width of a window
GALLIUM_EXPORT int GalliumWindowGetLeft(gallium_window_t* window);

// GalliumWindowGetWidth gets the width of a window
GALLIUM_EXPORT int GalliumWindowGetTop(gallium_window_t* window);

// GalliumWindowGetWidth gets the width of a window
GALLIUM_EXPORT void GalliumWindowSetShape(gallium_window_t* window,
int width,
int height,
int left,
int top);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 9ad6d71

Please sign in to comment.