File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -715,6 +715,6 @@ void screen_context_set_primary(void) {
715715 _screen_context_set (cr_primary );
716716}
717717
718- const screen_context_t * screen_context_get_primary (void ) {
718+ const screen_context_t * screen_context_get_primary (void ) {
719719 return (const screen_context_t * )cr_primary ;
720720}
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ extern void screen_context_free(screen_context_t *context);
6767extern void screen_context_get_current ();
6868extern void screen_context_set (const screen_context_t * context );
6969extern void screen_context_set_primary (void );
70- extern const screen_context_t * screen_context_get_primary ();
70+ extern const screen_context_t * screen_context_get_primary ();
7171
7272extern void screen_current_point ();
You can’t perform that action at this time.
0 commit comments